home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / docs / misc / c_tutor.lha / C_Tutor / WRTSOME.C < prev   
Encoding:
C/C++ Source or Header  |  1985-12-19  |  59 b   |  5 lines

  1. main()
  2. {
  3.    printf("This is a line of text to output.");
  4. }
  5.